home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / falcon / programm.ing / nt_dsp1.lzh / NT_DSP1.MSA / FNTNS / RAND1.HLP < prev    next >
Text File  |  1989-01-24  |  724b  |  21 lines

  1. 2 RAND1
  2.          Name: RAND1
  3.          Type: Assembler Program
  4.       Version: 1.1
  5.  Date Entered: 16-Apr-87
  6.   Last Change: 16-Apr-87
  7.  
  8.   Description: Pseudo Random Sequence Generator
  9.  
  10.  This program is a pseudo random sequence generator using a 15 bit
  11.  shift register.  The output of the program is the state of the
  12.  shift register in register A.  Pseudo random seqences can be used
  13.  for noise generation, generating PDFs for random variables or
  14.  generating test sequences.
  15.  
  16.  The pseudo random sequence is generated by XORing the bits S14 and
  17.  S13 of the sequence generator and feeding the result into bit S0
  18.  of the shift register.  See the program RAND1 for a detailed description
  19.  of the implementation.
  20.  
  21.